home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / TXT2COM.ZIP / MENUDEMO.COM (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1988-08-26  |  7.0 KB  |  73 lines

  1. ~/H{         Demo of how to set up Hierarchical Menus with TXT2COM}
  2. ~/P
  3.              TXT2COM   MAIN MENU
  4.  
  5.         Use the Function Keys to Select A Menu Item
  6.  
  7.             F1   =   Help
  8.  
  9.             F2   =   Check the current disk
  10.  
  11.             F3   =   List Files in Current Directory
  12.  
  13.             F4   =   Next menu
  14.  
  15.             F5   =   Goto the readme.com included with T2C
  16.  
  17.  
  18.  
  19.      this menu has panel on so scrolling doesn't work
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ~#1~/H{                How to Add Help}
  27.  
  28.      If you wanted to add a help screen, this is where it would go.
  29.  
  30.      Press any key to continue
  31.  
  32. ~/W~/T
  33. ~#2~/X{chkdsk}
  34. ~#5~/X{readme}
  35. ~#3~/X{dir/p}
  36. ~/O xyzzy is string to find but suppress printing ~/N ~/D (for Down)
  37. ~#4~/H{           Second Level Menu}
  38. ~/R
  39.              TXT2COM   Second level menu
  40.  
  41.         Use the Function Keys to Select A Menu Item
  42.  
  43.             F1   =   Help
  44.  
  45.             F2   =   Display DOS version
  46.  
  47.             F3   =   Display Current directory
  48.  
  49.             F4   =   Return to Top level
  50.  
  51.  
  52.  
  53.  
  54.         this menu has the panel set off so scrolling works
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. ~#1~/H{                How to Add Help}
  62.  
  63.      This is the help screen for the second menu
  64.  
  65.      Press any key to continue
  66.  
  67. ~/W
  68. ~/{xyzzy}   search for a string
  69. ~/T
  70. ~#2~/X{ver}
  71. ~#3~/X{cd}
  72. ~#4~/T
  73.